home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 7091 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: sourcery.han.de!not-for-mail
  2. Newsgroups: comp.sys.amiga.programmer
  3. References: <4kad3q$fvg@canopus.cc.umanitoba.ca> <4kbovo$pmp@cville-srv.wam.umd.edu>
  4. From: "Olaf Barthel" <olsen@sourcery.han.de>
  5. Date: Tue, 09 Apr 1996 09:19:09 +0100
  6. X-NewsReader: IntuiNews 1.3a (7.9.95)
  7. Subject: Re: Can you mix GadTools & std Intuition Gadgets?
  8. Message-ID: <13213909@sourcery.han.de>
  9.  
  10. In Article <4kbovo$pmp@cville-srv.wam.umd.edu>, Udo K Schuermann <walrus@wam.umd.edu> wrote:
  11. > In article <4kad3q$fvg@canopus.cc.umanitoba.ca>,
  12. > Kenneth Paulson <umpaul18@cc.umanitoba.ca> wrote:
  13. > >I've read through all of the documentation that I have, and I can't seem to
  14. > >find anything definite.  Can you mix GadTools gadgets with standard
  15. > >Intuition Gadgets?
  16. >
  17. > Yes. The easiest way, and probably most compatible in the future, is to
  18. > place non-GadTools gadgets first, and hang the GadTools gadgets off the
  19. > end of that list:
  20. >
  21. >  Window.FirstGadget->[stdgad]->[stdgad]->[GTgadgets....]
  22. >
  23. > For best compatibility, make no assumptions about the list of GadTools
  24. > gadgets except that it's a list of gadgets of some sort. I'd say walking
  25. > that list to the end is about the most assumption you can make, but if you
  26. > keep the organization as in the example above, you won't even need to do
  27. > that. Also, do not modify any GadTools gadgets. If you need to make changes
  28. > to a GadTools gadgets, destroy the whole list (of GadTools gadgets) and
  29. > rebuild it (you need not, of course, destroy your own gadgets.)
  30.  
  31.    Did I miss something? Why not use two AddGList() calls, one with the
  32. gadtools gadgets and one with the BOOPSI gadgets?
  33.  
  34. --
  35. Home: Olaf Barthel, Brabeckstrasse 35, D-30559 Hannover
  36.  Net: olsen@sourcery.han.de
  37.